home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-2.dxr / Internal_38.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  264 b   |  15 lines

  1. on exitFrame
  2.   set the visible of sprite 8 to (the timer mod 60) < 29
  3.   if the timer > 300 then
  4.     set the visible of sprite 8 to 1
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   set the visible of sprite 8 to 1
  13.   go(the frame + 1)
  14. end
  15.